home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCDName, gSoundCast
- cursor(200)
- if the shiftDown = 1 then
- go("pc")
- else
- set the mouseUpScript to "SplashToContents"
- set s to gCDName & "SPLASH.AIF"
- importFileInto(cast gSoundCast, s)
- puppetSound(the name of cast gSoundCast)
- updateStage()
- set blendSteps to 20
- blendOn(2, blendSteps)
- end if
- end
-